:root
{
	--aqua: #249c7c;
    --verde: #015953;
    /* --verde: #00996a; */
	--naranja: #f16837; 
    --blanco: #ffffff; 
    --gris: #e6e6e6; 
    --negro: #333333; 
}

/* Literature */
.hero-catalogo{
    background-image: url(../Imagenes/Index/banner.jpg);
    /* background-position: 50% 10%;   */
    background-size: cover;
    position: relative;
}
.hero-catalogo .hero-card-blanco{
    padding: 1.5%;
}

/* ************************** */


/* SECCION2 */

.section2_literature{
    margin: 6% 2%;
    width: 90%;
}

.section2_literature .card{
    width: 80%;
    margin: 1%;
    box-shadow: 0px 1px 6px rgba(19, 19, 19, 0.507);
}

.section2_literature h5{
    margin-bottom: 5%;
    color: var(--verde);
    font-weight: 700;
}
.section2_literature .btn{
    color: white;
    background-color: var(--aqua);
    margin-right: 5%;
    border-color: var(--aqua);
}

.section2_literature .btn:hover{
    /* background-color: white; */
    background-color: var(--naranja);
    /* color: rgba(0, 145, 125, 1); */
    color: white;
    border-color: white;
    /* border-color: rgba(0, 145, 125, 1); */
}

.btn:hover
{
    background-color: var(--verde);
}



/* ************************************* */

@media screen and (max-width: 800px) and (min-width:768px) {
    h5{
        font-size: 15px;
    }
}
@media screen and (max-width: 1400px) and (min-width:768px) {
    .article1_literature{
        width: 90%;
        padding: 5% 5%;
    }
    .article1_literature p{
        margin-top: 5%;
        font-size: 22px;
    }
    
}

@media screen and (max-width: 768px) {
    .article1_literature p{
        margin-top: 5%;
        font-size: 15px;
        margin-bottom: 5%;
    }
    .article1_literature {
        width: 90%;
    }
    .seccion1_literature h1{
        font-size: 35px;;
    }
    .seccion1_literature a{
        font-size: 16px;
        padding: 2% 8%;
    }
    .section2_literature .card{
        width: 95%;
    }
}
